home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_918 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  144b  |  13 lines

  1. on(release){
  2.    if(ans == 3)
  3.    {
  4.       mood += 25;
  5.    }
  6.    else
  7.    {
  8.       mood -= 25;
  9.    }
  10.    count += 1;
  11.    gotoAndStop(1320);
  12. }
  13.